home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000080_vince@whatnxt.cuc.ab.ca_Mon Oct 25 19:38 MDT 1993.msg < prev    next >
Internet Message Format  |  1994-10-30  |  2KB

  1. Received: from yvax.byu.edu by maine.et.byu.edu; Mon, 25 Oct 93 19:38:26 -0600
  2. Return-Path: <vince@whatnxt.cuc.ab.ca>
  3. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.2-13 #4169) id
  4.  <01H4JHNBAZYO8WXAJ7@yvax.byu.edu>; Mon, 25 Oct 1993 19:36:22 MDT
  5. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.2-13 #4169) id
  6.  <01H4JHN6CJV48Y5F23@yvax.byu.edu>; Mon, 25 Oct 1993 19:36:14 MDT
  7. Received: from yvax.byu.edu by alaska.et.byu.edu; Mon, 25 Oct 93 19:37:27 -0600
  8. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.2-13 #4169) id
  9.  <01H4JHM7MQ5C8WXAJ7@yvax.byu.edu>; Mon, 25 Oct 1993 19:35:27 MDT
  10. Received: from fsa.cpsc.ucalgary.ca by yvax.byu.edu (PMDF V4.2-13 #4169) id
  11.  <01H4JHLJ2YXS8WX5IY@yvax.byu.edu>; Mon, 25 Oct 1993 19:35:22 MDT
  12. Received: from news.cpsc.ucalgary.ca by fsa.cpsc.ucalgary.ca (4.1/CSd1.2) id
  13.  <AA13201@fsa.cpsc.ucalgary.ca>; Mon, 25 Oct 93 19:30:32 MDT
  14. Received: by news.cpsc.ucalgary.ca (5.67/cs1.0) id AA04265; Mon,
  15.  25 Oct 93 19:30:53 -0600
  16. Received: by dlgsys.cuc.ab.ca (4.1/Cuc2.2) id AA13770; Mon,
  17.  25 Oct 93 18:56:07 MDT
  18. Received: from localhost (vince@localhost) by whatnxt.cuc.ab.ca (8.6.3/8.6.3)
  19.  id SAA19553; Mon, 25 Oct 1993 18:12:58 -0600
  20. Date: Mon, 25 Oct 1993 18:12:58 -0600
  21. From: Vince DeMarco <vince@whatnxt.cuc.ab.ca>
  22. Subject: Inspector
  23. To: misckit@byu.edu
  24. Message-Id: <199310260012.SAA19553@whatnxt.cuc.ab.ca>
  25. Content-Transfer-Encoding: 7BIT
  26. Status: RO
  27.  
  28.  
  29. I would like to talk about Inspector Views (Swap views)
  30.  
  31. I have some code written by Greg Burd that i modified called SwapView
  32. it functions by calling a delegate method and asking the delgate for
  33. the panel containing the view to swap over the current view.
  34.  
  35. I like this method because one object takes care of only displaying
  36. views. 
  37.  
  38. The other alternative would be to have an object that did the swaping
  39. and also decided what view to swap in when some action was recieved. 
  40.  
  41.  
  42. I think the second one although is much more usefull in interface
  43. builder test mode, isn't as flexable.
  44.  
  45. What does everyone else think about this???
  46.  
  47. It would be really nice to have some code to allow inspectors to be
  48. easily created. We all seem to be rewriting inspector code for every
  49. project and this is a serious waste of time.
  50.  
  51.  
  52. Please post to the list i read it all of the time, and this way
  53. everyone gets to see every part of the discussion.
  54.  
  55. vince